home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: The Month 2004 August
/
The Sunday Times - The Month 2004-08.iso
/
pc
/
engine
/
shell
/
shell.swf
/
scripts
/
DefineButton2_17
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2004-07-06
|
277b
|
12 lines
on(release){
gotoAndStop(10);
obj = new Object();
obj.filename = "panels/help.swf";
obj.disableLevel = 2;
obj.header = "help";
obj.strType = "static";
obj.button = "none";
obj.closeBut = "help";
Tardis.OverlayController.addOverlay(obj);
}